home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0138 / delphi.zip / UNIT1.DFM / UNIT1.txt
Text File  |  1996-01-20  |  3KB  |  162 lines

  1. object Form1: TForm1
  2.   Left = 487
  3.   Top = 247
  4.   Width = 536
  5.   Height = 426
  6.   Caption = 'Delphi Percentage Examples'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   OnShow = FormShow
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 208
  17.     Top = 176
  18.     Width = 216
  19.     Height = 49
  20.     Alignment = taCenter
  21.     Caption = 'These examples demonstrate the use of PRCNT25.VBX in Delphi.'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 280
  25.     Top = 72
  26.     Width = 53
  27.     Height = 16
  28.     Caption = 'Percent:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 80
  32.     Top = 256
  33.     Width = 40
  34.     Height = 16
  35.     Caption = 'Value:'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 320
  39.     Top = 96
  40.     Width = 94
  41.     Height = 16
  42.     Caption = '(Range: 0-100)'
  43.   end
  44.   object Label5: TLabel
  45.     Left = 112
  46.     Top = 280
  47.     Width = 86
  48.     Height = 16
  49.     Caption = '(Range: 0-50)'
  50.   end
  51.   object Prcnt1: TPrcnt
  52.     Left = 8
  53.     Top = 8
  54.     Width = 409
  55.     Height = 57
  56.     TabOrder = 0
  57.     TabStop = True
  58.     BevelWidth = 2
  59.     BevelInner = 1
  60.     BevelOuter = 2
  61.     BorderWidth = 2
  62.     Max = 50.000000000000000000
  63.     Value = 5.875000000000000000
  64.     BackColor = clSilver
  65.     OnColor = 7208960
  66.     OffColor = clWhite
  67.     BarBorder = 0.100000001490116100
  68.     BarInner = 0.200000002980232200
  69.     BarOuter = 0.800000011920929000
  70.     Orientation = 0
  71.     Direction = 0
  72.     MouseControl = True
  73.     Percent = 11.750000000000000000
  74.     PercentColor = clBlack
  75.     PercentStyle = 0
  76.     PercentFontID = 0
  77.     ShapeStyle = 0
  78.     DisplayMode = 0
  79.     Captions = 0
  80.     CaptionID = 0
  81.     AutoRedraw = True
  82.     FontID = 0
  83.     OnChange = Prcnt1Change
  84.     AVersion = 1075843170
  85.     Caption_Data = {}
  86.     CaptionX_Data = {}
  87.     CaptionY_Data = {}
  88.     CaptionColor_Data = {}
  89.     CaptionFontID_Data = {}
  90.     ZLoad = {
  91.       D4DC000000000100F3FF0000000000009001000000010000000053797374656D
  92.       0000000000000000000000000000000000000000000000000000}
  93.   end
  94.   object Prcnt2: TPrcnt
  95.     Left = 8
  96.     Top = 72
  97.     Width = 193
  98.     Height = 177
  99.     TabOrder = 1
  100.     TabStop = True
  101.     BevelWidth = 2
  102.     BevelInner = 1
  103.     BevelOuter = 2
  104.     BorderWidth = 2
  105.     Max = 50.000000000000000000
  106.     Value = 14.000000000000000000
  107.     BackColor = clSilver
  108.     OnColor = 7208960
  109.     OffColor = clWhite
  110.     BarBorder = 0.100000001490116100
  111.     BarInner = 0.200000002980232200
  112.     BarOuter = 0.800000011920929000
  113.     Orientation = 1
  114.     Direction = 1
  115.     MouseControl = True
  116.     Percent = 28.000000000000000000
  117.     PercentColor = clBlack
  118.     PercentStyle = 0
  119.     PercentFontID = 0
  120.     ShapeStyle = 1
  121.     DisplayMode = 1
  122.     Captions = 0
  123.     CaptionID = 0
  124.     AutoRedraw = True
  125.     FontID = 0
  126.     OnChange = Prcnt2Change
  127.     AVersion = 1075843170
  128.     Caption_Data = {}
  129.     CaptionX_Data = {}
  130.     CaptionY_Data = {}
  131.     CaptionColor_Data = {}
  132.     CaptionFontID_Data = {}
  133.     ZLoad = {
  134.       D4DC000000000100F3FF0000000000009001000000010000000053797374656D
  135.       0000000000000000000000000000000000000000000000000000}
  136.   end
  137.   object Edit1: TEdit
  138.     Left = 128
  139.     Top = 256
  140.     Width = 73
  141.     Height = 17
  142.     TabOrder = 2
  143.     OnChange = Edit1Change
  144.   end
  145.   object Edit2: TEdit
  146.     Left = 344
  147.     Top = 72
  148.     Width = 73
  149.     Height = 17
  150.     TabOrder = 3
  151.     OnChange = Edit2Change
  152.   end
  153.   object MainMenu1: TMainMenu
  154.     Left = 208
  155.     Top = 216
  156.     object Exit1: TMenuItem
  157.       Caption = 'E&xit'
  158.       OnClick = Exit1Click
  159.     end
  160.   end
  161. end
  162.